Example: Assess Response xml

Example: Assess Response xml

The request in the previous example will result in the following response from a Determinations Server.

Example Assess Response (generic)

The response is returned in a SOAP wrapper identical to the request. The response also returns all the values that were set in the request, so we can see the global and two child entity instances, and the attributes set in the request.

The attribute-outcome elements set in the request, have been returned as attributes in the response. In this case the values were known, so the attribute eligible_low_income_allowance has a boolean value of true (lines 11-13) and the attribute eligible_teenage_allowance also has the boolean value of true (lines 14-16).

Example Assess Response (specific)

The response for the specific service returns the same answers as the generic service. It is returned in a SOAP wrapper, and also returns all the values that were set in the request.

The attribute-outcome elements set in the request, have been returned as attributes in the response. In this case the values were known, so the attribute eligible_low_income_allowance has a boolean value of true (lines 11-13) and the attribute eligible_teenage_allowance also has the boolean value of true (lines 14-16).